You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TVec Class
>
TVec Methods
>
Resize Method
>
TVec.Resize Method ([In] TMtxVec, int, bool)
Dew Math for .NET
Example
TVec.Resize Method ([In] TMtxVec, int, bool)
var a, b: Tvec; begin CreateIt(a,b);
try
a.SetIt(
false
,[1,2,3]); b.SetIt(
false
,[9]); b.Resize(a,7,True);
// b=(9,1,2,3,4,0,0,0)
finally
FreeIt(a,b); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home